home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / list / RCS / local.mk,v < prev   
Text File  |  1988-12-30  |  619b  |  40 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.1
  10. date     88.12.30.15.18.31;  author ouster;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @Use grn to preprocess man page.
  17. @
  18.  
  19.  
  20.  
  21. 1.1
  22. log
  23. @Initial revision
  24. @
  25. text
  26. @#
  27. # This file is included by Makefile.  Makefile is generated automatically
  28. # by mkmf, and this file provides additional local personalization.  The
  29. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  30. # that must be included to set up various compilation stuff.
  31. #
  32.  
  33. MANPAGES    += List.man
  34.  
  35. #include    <$(SYSMAKEFILE)>
  36.  
  37. List.man    : List.g
  38.     grn List.g > List.man
  39. @
  40.